home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_search.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  2.2 KB  |  77 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5.  
  6. 'search_redirect' => "your search has been completed, please stand by as we take you to the search results.",
  7.  
  8. 'search_pages'  => "Pages:",
  9. 'search_title'   => "Search Engine",
  10. 'key_search'    => "Search by Keywords",
  11. 'mem_search'    => "Search by Member Name",
  12. 'keysearch_text' => "<b>Simple Search:</b> Enter a keyword or phrase to search by<br><b>Advanced Search:</b> Join keywords with AND, OR to help define the search.<br>Asterisks '*' act as wildcards. (*bar* matches <i>foobarbaz</i>, etc).",
  13. 'match_name_ex'  => "Match Exact Name",
  14. 'match_name_pa'  => "Match Partial Name",
  15. 'keywords_title' => "Search Keywords",
  16.  
  17. 'search_options' => "Search Options",
  18. 'search_forums'  => "Search in forum",
  19. 'search_cats'    => "Search in category",
  20. 'search_where'   => "Search Where?",
  21. 'search_refine'  => "Refine Search",
  22.  
  23. 'search_results' => "Search Results",
  24. 'search_form'    => "Search Form",
  25.  
  26. 'h_forum_name'   => "Forum",
  27.  
  28. 'se_simple'      => "Simple Search",
  29. 'se_advanced'    => "Advanced",
  30.  
  31. 'in_posts'       => "Search entire post",
  32. 'in_topics'      => "Search titles only",
  33.  
  34. 'search_from'    => "Search posts from..",
  35.  
  36. 'do_search'      => "Perform the search",
  37.  
  38. 'today' => "Today",
  39. 'this_week' => "Last 7 days",
  40. 'this_month' =>  "Last 30 days",
  41. 'this_year'  =>  "Last 365 days",
  42. 'ever'       => "Any date",
  43. 'older'      => "Older",
  44. 'newer'      => "Newer",
  45. 'and'        => "and",
  46.  
  47. 'sort_results'  => "Sort results by...",
  48.  
  49. 'last_date'  => "Last Posting Date",
  50. 'number_topics'  => "Number of Replies",
  51. 'poster_name' => "Poster Name",
  52. 'forum_name'  => "Forum Name",
  53.  
  54. 'in'  => "in",
  55.  
  56. 'ascending' => 'ascending order',
  57. 'descending' => 'descending order',
  58.  
  59. 'order'  => 'order',
  60.  
  61. 'active_topics' => "Active Topics",
  62.  
  63. 'active_no_topics'   => "There were no active topics during those date ranges",
  64.  
  65. 'active_js_error' => "You cannot search for active topics using those dates. That'd just be silly. The first date MUST be older than the second date.",
  66.  
  67. 'active_st_text' => 'Show me active topics posted from (oldest date):',
  68. 'active_end_text' => "to (newest date):",
  69.  
  70. 'active_yesterday' => "Yesterday",
  71. 'active_today'     => "Today",
  72. 'active_week'      => "Last Week",
  73. 'active_month'     => "Last Month",
  74. 'active_days'      => "days ago",
  75.  
  76. );
  77. ?>